diff options
Diffstat (limited to 'src/pages/[locale]/index.astro')
| -rw-r--r-- | src/pages/[locale]/index.astro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index c67ded0..e5ba6b7 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -64,6 +64,10 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale); <p set:html={t(tPage, { key: 'why-jyne-para-3' })} /> <h3 set:html={t(tPage, { key: 'hou-jyne' })} /> + + <PayPalButtons + successPageUrl={`/${locale}/created-subscription`} + <p set:html={t(tPage, { key: 'hou-jyne-para-1' })} /> <p set:html={t(tPage, { |
